home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / v cisle / Addons / Addons.exe / videodownloader-1.1.1-fx.xpi / chrome / videodownloader.jar / content / options.xul < prev    next >
Extensible Markup Language  |  2006-09-29  |  3KB  |  59 lines

  1. ∩╗┐<?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.   - Version: Open Software License v. 2.1
  4.   -
  5.   - The contents of this file are subject to the Open Software License Version
  6.   - 2.1 (the "License"); you may not use this file except in compliance with
  7.   - the License. You may obtain a copy of the License at
  8.   - http://www.opensource.org/licenses/osl-2.1.php
  9.   -
  10.   - Software distributed under the License is distributed on an "AS IS" basis,
  11.   - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.   - for the specific language governing rights and limitations under the
  13.   - License.
  14.   -
  15.   - The Original Code is the VideoDownloader.
  16.   -
  17.   - The Initial Developer of the Original Code is
  18.   - Javi Moya
  19.   -
  20.   - Portions created by the Initial Developer are Copyright (C) 2006
  21.   - the Initial Developer. All Rights Reserved.
  22.   -
  23.   - Contributor(s):
  24.   - -->
  25.  
  26. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  27. <!DOCTYPE prefwindow SYSTEM "chrome://videodownloader/locale/prefwindow.dtd">
  28.  
  29.  
  30. <prefwindow id="videodownloaderPreferences"  xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" title="&prefwindow.title;" ondialogaccept="hSubmenusOptSet(); "  >    
  31. <script src="options.js"/>
  32.   <prefpane id="pane1" label="&pane1.title;" >  
  33.     <preferences>
  34.       <preference id="boolpref1" name="extensions.videodownloader.boolpref" type="bool"/>
  35.     </preferences>    
  36. <groupbox align="center" orient="horizontal">
  37.     <vbox style="height: 240px;">
  38.     <text value="VideoDownloader" style="font-weight: bold; font-size: x-large;"/>
  39.     <text id="text1" value="&text1.value; 1.1.1"/>    
  40.       <separator class="thin"/>          
  41.   <text id="text2" value="&text2.value;" style="font-weight: bold;"/>
  42.   <label value="Javi Moya, SlovakSoft (Slovak locale), Andreas Kleinert (German locale), ╨ö╨╡╨╜╨╕╤ü ╨º╨╡╤Ç╨╜╨╕╤å╨╛╨▓ (Russian locale)"/>
  43.   <separator class="thin"/>
  44.   <text id="text5" value="&text5.value;" style="font-weight: bold;"/>  
  45.   <description style="width: 320px;" id="text6">&text6.value;</description>
  46.     <separator class="thin"/>  
  47.   <text id="text3" value="&text3.value;" style="font-weight: bold;"/>
  48.   <label href="http://videodownloader.net/"
  49.                 value="http://videodownloader.net/"
  50.           class="text-link"  />
  51.             <separator class="thin"/>
  52.   <text id="text4" value="&text4.value;" style="font-weight: bold;" />
  53.      <checkbox id="checkboolpref" preference="boolpref1" label="&checkboolpref.label;" accesskey="&checkboolpref.accesskey;" />    
  54.  
  55.   </vbox>
  56. </groupbox>
  57.   </prefpane>
  58. </prefwindow>
  59.